* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
:root {
  --main-color: #ff441a;
  --main-color-2: #0f6f7b;
  --font-famil-1: "Roboto-Bold_0";
  --font-famil-2: "Oswald-Light";
  --font-famil-3: "Ubuntu-Bold";
  --font-famil-4: "Oswald-Bold";
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: var(--main-color);
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  width: auto;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #616161;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 10px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px !important;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 8px!important;
  }
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-color);
}
::-webkit-scrollbar-thumb:active {
  background-color: var(--main-color);
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -8rem;
  width: 1px;
  z-index: -1;
  position: absolute;
}
.dw-2 {
  top: -15rem;
  width: 1px;
  z-index: -1;
  position: absolute;
}
.circle {
  width: 12rem;
  height: 12rem;
  display: inline-block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background-color: var(--main-color);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  background-color: var(--main-color);
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/*娓呮娴姩*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*鍥剧墖鍨傜洿姘村钩灞呬腑*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*澶氳鐪佺暐闅愯棌*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.ellipsis6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 杞藉叆鏁堟灉 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'Ubuntu-Bold';
  src: url('../fonts/Ubuntu-Bold.eot');
  src: url('../fonts/Ubuntu-Bold.otf');
  src: url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Ubuntu-Bold.woff') format('woff'), url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Bold_0';
  src: url('../fonts/Roboto-Bold_0.eot');
  src: url('../fonts/Roboto-Bold_0.otf');
  src: url('../fonts/Roboto-Bold_0.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold_0.woff') format('woff'), url('../fonts/Roboto-Bold_0.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald-Bold";
  src: url('../fonts/Oswald-Bold.woff');
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.otf');
  src: url('../fonts/Oswald-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald-Light";
  src: url('../fonts/Oswald-Light.woff');
  src: url('../fonts/Oswald-Light.eot');
  src: url('../fonts/Oswald-Light.otf');
  src: url('../fonts/Oswald-Light.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "寰蒋闆呴粦", arial;
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 152rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px!important;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.button a,
.button span {
  color: #fff;
  text-align: center;
  padding: 0 2rem;
  min-width: 16rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  display: inline-block;
  transition: all 500ms ease;
  background: var(--main-color);
}
.button:hover a,
.button:hover span {
  background: var(--main-color-2);
}
@media (max-width: 1024px) {
  .button a,
  .button span {
    height: 40px;
    line-height: 40px;
    min-width: 110px;
  }
}
.headerInfo {
  color: #fff;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  position: fixed;
  background: var(--main-color-2);
}
.headerInfo .container {
  height: 3.5rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.headerInfo .share ul {
  display: flex;
  justify-content: space-between;
}
.headerInfo .share li {
  margin-right: 1.5rem;
}
.headerInfo .share li a {
  transition: all 500ms ease;
}
.headerInfo .share li a:hover {
  opacity: 0.7;
}
.headerInfo .share li svg {
  vertical-align: middle;
  fill: #fff;
  width: 2rem;
  height: 2rem;
}
.headerInfo .mail {
  font-family: arial;
}
.headerInfo .mail svg {
  margin-right: 0.5rem;
  margin-bottom: 0.1rem;
  vertical-align: middle;
  width: 1.8rem;
  height: 1.8rem;
  fill: #fff;
}
.headerInfo .mail a {
  color: #fff;
}
.headerInfo .mail a:hover {
  text-decoration: underline;
}
.headerbox {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  position: absolute;
  transition: all 500ms linear;
}
.header-ny {
  top: auto;
  left: auto;
  position: relative;
}
.header {
  margin-top: 3.5rem;
}
.header .listbox {
  position: relative;
  display: flex;
  align-items: center;
  height: 8rem;
  justify-content: space-between;
}
.header .logo img {
  max-height: 6rem;
}
.header .search {
  width: 100%;
  margin-left: 4rem;
  position: relative;
  max-width: 30rem;
}
.header .search input {
  width: 100%;
  color: #333;
  font-family: "寰蒋闆呴粦";
  padding-left: 2rem;
  padding-right: 4rem;
  height: 3.4rem;
  border-radius: 3rem;
  line-height: 3.2rem;
  transition: all 500ms ease;
  border: solid 1px #666666;
}
.header .search input:focus {
  border-color: var(--main-color-2);
}
.header .search .btn {
  top: 0.6rem;
  right: 1.5rem;
  position: absolute;
}
.header .search .btn svg {
  width: 2rem;
  height: 2rem;
}
.header .search .btn:hover svg {
  fill: var(--main-color-2);
}
.header .rightInfo {
  display: flex;
  align-items: center;
}
.header .language {
  line-height: 3rem;
  font-size: 1.8rem;
  margin-left: 0.5rem;
  padding-left: 2rem;
  display: inline-block;
  position: relative;
}
.header .language img {
  margin-right: 0.5rem;
  margin-bottom: 0.3rem;
  vertical-align: middle;
  max-height: 2.5rem;
}
.header .language i {
  margin-left: 0.5rem;
  vertical-align: top;
  margin-top: 1rem;
  font-style: normal;
  transform: rotate(45deg);
  display: inline-block;
  border-bottom: solid 0.8rem #666666;
  border-left: solid 0.8rem transparent;
}
@media (max-width: 1024px) {
  .header {
    top: 0!important;
    left: 0;
    width: 100%;
    margin-top: 0;
    height: 60px!important;
    z-index: 99;
    padding-top: 0!important;
    background: #fff!important;
    position: fixed!important;
  }
  .header .rightInfo {
    display: none;
  }
  .header .listbox {
    height: 60px!important;
  }
  .header .logo {
    width: auto;
  }
  .header .logo img {
    max-height: 30px!important;
  }
  .header .search {
    display: none;
  }
}
.common-nav .listNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.common-nav .listNav > li {
  margin: 0 3rem;
  text-align: center;
  position: relative;
}
.common-nav .listNav > li .icon {
  margin-left: 0.5rem;
  vertical-align: top;
  margin-top: 0.7rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  display: inline-block;
  border-right: solid 1px #828282;
  border-bottom: solid 1px #828282;
}
.common-nav .listNav > li > a {
  z-index: 1;
  color: #141414;
  font-size: 2rem;
  height: 8rem;
  line-height: 3rem;
  padding: 2.5rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.common-nav .listNav > li > a > span {
  display: inline-block;
  overflow: hidden;
  height: 3rem;
  line-height: 3rem;
  position: relative;
}
.common-nav .listNav > li > a .txt-1 {
  display: block;
  transition: .5s;
}
.common-nav .listNav > li > a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: .5s;
  color: #fff;
}
.common-nav .listNav > li:hover > a,
.common-nav .listNav > li.active > a {
  color: var(--main-color);
}
.common-nav .listNav > li:hover > a:after,
.common-nav .listNav > li.active > a:after {
  transform: scale(1);
}
.common-nav .listNav > li:hover > a > span::after,
.common-nav .listNav > li.active > a > span::after {
  width: 100%;
}
.common-nav .listNav > li:hover > a .txt-1,
.common-nav .listNav > li.active > a .txt-1 {
  transform: translateY(-100%);
}
.common-nav .listNav > li:hover > a .txt-2,
.common-nav .listNav > li.active > a .txt-2 {
  color: var(--main-color);
  transform: translateY(-100%);
}
.common-nav .listNav > li:hover > a:hover:after,
.common-nav .listNav > li.active > a:hover:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.common-nav .listNav > li:hover .icon,
.common-nav .listNav > li.active .icon {
  border-color: var(--main-color);
}
.common-nav .listNav > li.active > a:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.common-nav .listNav > li:last-child > a span {
  padding-right: 0;
}
.common-nav .listNav > li > .child {
  display: block;
  width: 24rem;
  text-align: left;
  position: absolute;
  z-index: 999;
  top: 8rem;
  left: 50%;
  transform-origin: 0 0;
  transform: scaleY(0) translateX(-50%);
  transition: transform .2s;
  color: #666;
}
.common-nav .listNav > li > .child a {
  color: #666;
}
.common-nav .listNav > li > .child > .list {
  border-radius: 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  padding: 3rem 1.5rem;
  background: #ffffff;
  position: relative;
}
.common-nav .listNav > li > .child > .list a {
  width: 100%;
  display: block;
  color: #666;
  height: auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  position: relative;
}
.common-nav .listNav > li > .child > .list a:hover {
  text-decoration: none;
  background: #f8f8f8;
  color: var(--main-color);
}
.common-nav .listNav > li > .child > .list-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 6rem 2rem 6rem 2rem;
  background: #fafafa;
}
.common-nav .listNav > li > .child > .list-2 > li {
  width: 50%;
  padding: 0 6rem;
}
.common-nav .listNav > li > .child > .list-2 .title {
  font-size: 1.8rem;
  color: var(--main-color);
  border-bottom: 1px var(--main-color) solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.common-nav .listNav > li > .child > .list-2 .title a {
  color: var(--main-color);
  display: block;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a {
  color: #212121;
  font-size: 1.8rem;
  line-height: 3.6rem;
  height: 3.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a:hover {
  color: var(--main-color);
}
.common-nav .listNav > li > .child.child-2 {
  width: 16rem;
}
.common-nav .listNav > li > .child.child-2 > .list li {
  text-align: center;
}
.common-nav .listNav > li > .child.show {
  display: block;
  transform: scaleY(1) translateX(-50%);
}
.common-nav .listNav > li > .child .list {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .common-nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  height: 8rem;
  width: 100%;
  background: #fff;
  z-index: 999;
  position: fixed;
  box-shadow: 0.3rem 0 0.7rem rgba(0, 38, 53, 0.1);
}
.fixed .headerInfo {
  display: none;
}
.fixed .header {
  margin-top: 0;
}
@-webkit-keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
@keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
.banner {
  clear: both;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .pc {
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  object-fit: cover;
}
.banner .ph {
  display: none;
  text-align: center;
}
.banner .ph img {
  width: 100%;
  width: auto;
  height: auto;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .text {
  left: 0;
  width: 100%;
  color: #fff;
  top: 50%;
  transform: translateY(-40%);
  position: absolute;
}
.banner .text .button {
  margin-top: 9rem;
}
.banner .text .t-1 {
  font-size: 5.1rem;
  line-height: 6rem;
  text-shadow: 0 0 1.1rem rgba(15, 111, 123, 0.63);
}
.banner .text .t-2 {
  margin-top: 2rem;
  font-size: 3.8rem;
  line-height: 4rem;
  font-family: arial;
  text-shadow: 0 0 1.1rem rgba(15, 111, 123, 0.63);
}
.banner .text .t-3,
.banner .text .t-4 {
  text-align: left;
  max-width: 50rem;
}
.banner .text .t-3 {
  font-size: 5.1rem;
  line-height: 7rem;
  padding-top: 12rem;
}
.banner .text .t-4 {
  margin-top: 3rem;
  font-size:2.4rem;
}
.banner .text .t-5 {
  text-align: left;
  margin-top: 5rem;
}

.banner .swiper-button-next{
	right: 2rem;
	color:#ff441a;
	font-weight: 700;
}

.banner .swiper-button-prev{
	left: 2rem;
	color:#ff441a;
	font-weight: 700;
}

.banner .swiper-button-prev,
.banner .swiper-button-next{
	 color:rgba(255,255,255,0.7);
}
.banner .swiper-slide-active .t-1,
.banner .swiper-slide-active .t-3 {
  animation: 1.5s fadeInUp2 ease;
}
.banner .swiper-slide-active .t-2,
.banner .swiper-slide-active .t-4 {
  animation: 1.6s fadeInDown2 ease;
}
.banner .swiper-slide-active .button {
  animation: 1.7s fadeInDown2 ease;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .banner .text .t-1,
  .banner .text .t-3 {
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .banner .text .t-2 {
    font-family: arial;
    margin-top: 0px;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
  }
  .banner .text .t-4 {
    margin-top: 0;
  }
  .banner .text .button {
    display: none;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: var(--main-color);
  border-radius: 50%;
  margin: 0 0.6rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  background: var(--main-color);
  left: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 8rem;
  border-radius: 1rem;
  background: rgba(255, 68, 26, 0.33);
}
.banner .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: swiperbanner 5s linear;
  animation: swiperbanner 5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.banner .swiper-pagination .stopya::after {
  -webkit-animation: swiperbanner1 0s linear;
  animation: swiperbanner1 0s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.banner .swiper-pagination {
  position: relative;
  text-align: center;
}
.banner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 3rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 22;
}
.banner .main_slide_handler {
  display: inline-block;
  vertical-align: middle;
}
.banner a.slide_btn {
  width: 5rem;
  height: 2.4rem;
  border-radius: 0.3rem;
  background: url(../images/control-light.png) no-repeat center center rgba(255, 68, 26, 0.33);
  background-size: cover;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.index-title {
  color: #1d2d45;
  font-weight: normal;
  line-height: 5rem;
  font-size: 4.8rem;
  text-align: center;
}
.index-title span {
  z-index: 3;
  display: inline-block;
  position: relative;
}
.index-title span:after {
  content: "";
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: inline-block;
  background: var(--main-color);
}
.index-title span:before {
  content: "";
  z-index: -1;
  top: -2rem;
  left: -1rem;
  position: absolute;
  width: 5rem;
  height: 5rem;
  background: url(../images/icon.png) no-repeat top left;
  background-size: cover;
}
@media (max-width: 1024px) {
  .index-title {
    font-size: 24px!important;
    line-height: 30px!important;
  }
  .index-title span::before {
    display: none;
  }
}
.index-product {
  padding: 10rem 0;
}
.index-product .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
.index-product .list li {
  padding: 0 2rem;
  padding-top: 4rem;
  width: 33.333%;
}
.index-product .list li .item {
  display: flex;
  min-height: 100%;
  background: #edf7f6;
  border: solid 1px #a3d5d2;
  transition: all 500ms ease;
}
.index-product .list li .txtbox {
  width: 66%;
  padding: 3rem;
  padding-right: 1rem;
}
.index-product .list li .tit {
  font-weight: 700;
  height: 3rem;
  line-height: 3rem;
  font-size: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .list li .tit a {
  color: #333;
}
.index-product .list li .tit a:hover {
  color: var(--main-color-2);
}
.index-product .list li .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 5.6rem;
  line-height: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  justify-content: space-between;
}
.index-product .list li .txt a {
  width: 50%;
}
.index-product .list li .txt a:hover {
  color: var(--main-color-2);
}
.index-product .list li .more {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: var(--main-color-2);
}
.index-product .list li .more i {
  padding-left: 1rem;
  font-size: 1.6rem;
  font-style: normal;
}
.index-product .list li .more a {
  color: var(--main-color-2);
}
.index-product .list li .more:hover a {
  color: var(--main-color);
}
.index-product .list li .pic {
  width: 34%;
  overflow: hidden;
  position: relative;
  background: #dcefee;
  transition: background-color 500ms linear;
}
.index-product .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 123.52941176%;
}
.index-product .list li .pic img {
  transition: all 700ms ease;
}
.index-product .list li:hover .item {
  box-shadow: 0 0 1rem rgba(7, 83, 158, 0.2);
}
.index-product .list li:hover .tit {
  color: var(--main-color-2);
}
.index-product .list li:hover .pic {
  background: #fff;
}
.index-product .list li:hover .pic img {
  transform: scale(1.05);
}
.index-product .list.show {
  display: block;
}
.index-product .list.show li {
  opacity: 1!important;
  animation: 2s scrollArrow1 ease;
}
@media (max-width: 1024px) {
  .index-product {
    padding: 50px 0;
  }
  .index-product .list {
    padding-top: 20px;
  }
  .index-product .list ul {
    margin: 0 -10px;
  }
  .index-product .list li {
    width: 50%;
    padding: 0 10px;
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .index-product .list li {
    width: 100%;
  }
  .index-product .list li .txt {
    font-size: 12px;
  }
}
.index-yyly {
  position: relative;
}
.index-yyly .tabnav {
  left: 0;
  top: 43rem;
  z-index: 9;
  width: 100%;
  position: absolute;
}
.index-yyly .tabnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 64rem;
  margin: 0 -1rem;
}
.index-yyly .tabnav li {
  width: 33.333%;
  padding: 0.8rem;
}
.index-yyly .tabnav li a {
  color: #fff;
}
.index-yyly .tabnav li .item {
  height: 12rem;
  padding: 1.5rem 2rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 500ms ease;
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.25);
}
.index-yyly .tabnav li .num {
  margin-top: 1rem;
  font-family: var(--font-famil-2);
}
.index-yyly .tabnav li .icon {
  position: relative;
  margin: 0 auto;
  max-width: 3rem;
  text-align: right;
}
.index-yyly .tabnav li .icon img {
  max-height: 3rem;
}
.index-yyly .tabnav li .icon .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 500ms ease;
  position: absolute;
}
.index-yyly .tabnav li:last-child .item {
  background: transparent;
  border-color: transparent;
}
.index-yyly .tabnav li:last-child .icon {
  margin-top: 3rem;
  vertical-align: middle;
  text-align: center;
}
.index-yyly .tabnav .active .item {
  background: #fff!important;
}
.index-yyly .tabnav .active .icon .img1 {
  opacity: 0;
}
.index-yyly .tabnav .active .icon .img2 {
  opacity: 1;
}
.index-yyly .tabnav .active .num {
  color: #666;
}
.index-yyly .tabnav .active .tit {
  color: var(--main-color);
}
.index-yyly .tabcot:nth-child(3):before {
  display: none;
}
.index-yyly .tabcot {
  display: none;
  position: relative;
  height: 86rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-yyly .tabcot:before {
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.index-yyly .tabcot.show {
  display: block;
}
.index-yyly .tabcot.show:before {
  animation: 2s fadeIn ease;
}
.index-yyly .tabcot.show .nr {
  animation: 2s fadeInUp2 ease;
}
.index-yyly .tabcot .nr {
  color: #fff;
  z-index: 10;
  width: 70rem;
  position: relative;
  padding-top: 17rem;
}
.index-yyly .tabcot .index-title {
  text-align: left;
  color: #fff;
}
.index-yyly .tabcot .index-title span::before {
  background: url(../images/icon-2.png) no-repeat top left;
  background-size: cover;
}
.index-yyly .tabcot .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 4rem;
  height: 5.6rem;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.index-yyly .tabcot .tag {
  margin-top: 3rem;
}
.index-yyly .tabcot .tag span {
  padding-left: 1.5rem;
  margin-right: 3rem;
  display: inline-block;
  position: relative;
}
.index-yyly .tabcot .tag span:before {
  left: 0;
  top: 1.1rem;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .index-yyly .tabnav {
    top: 50%;
    transform: translateY(-50%);
  }
  .index-yyly .tabnav ul {
    width: 100%;
  }
  .index-yyly .tabnav li .item {
    height: 80px;
    padding: 15px;
  }
  .index-yyly .tabnav li .icon {
    display: none;
  }
  .index-yyly .tabnav li .num {
    margin-top: 0;
  }
  .index-yyly .tabnav li .tit {
    font-size: 12px;
  }
  .index-yyly .tabnav li:last-child .icon {
    display: block;
  }
  .index-yyly .tabcot {
    height: 360px;
  }
  .index-yyly .tabcot .nr {
    display: none;
  }
}
.index-about {
  min-height: 75rem;
  padding: 10rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
}
.index-about .container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}
.index-about .index-title {
  text-align: left;
}
.index-about .left {
  width: 45%;
  padding-top: 13rem;
  position: relative;
}
.index-about .right {
  width: 54.5%;
}
.index-about .enBig {
  font-size: 23rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--font-famil-1);
  white-space: nowrap !important;
  color: transparent;
  -webkit-text-stroke: 1px #9b9b9b;
  text-stroke: 1px #9b9b9b;
  opacity: .2;
  position: absolute;
  z-index: 9;
  top: -3rem;
  left: -9rem;
}
.index-about .cn {
  font-size: 5rem;
  color: #2a2a2a;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.index-about .title-1 {
  font-size: 2rem;
  font-weight: 700;
  color: #2a2a2a;
  margin: 2rem 0;
}
.index-about .text-1 p {
  padding-top: 2rem;
}
.index-about .button {
  padding-top: 6rem;
}
.index-about .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.index-about .list li {
  width: 50%;
  padding: 0 1rem 2rem 1rem;
}
.index-about .list li:nth-child(2) .quantity {
  align-items: flex-start;
}
.index-about .list li:nth-child(2) .sub {
  font-weight: 700;
  font-size: 4rem;
  line-height: 4rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.index-about .list .box {
  display: block;
  background: #e3f5f7;
  border-radius: 2rem;
  color: #000000;
  font-size: 1.9rem;
  line-height: 1;
  padding: 3rem 3rem;
}
.index-about .list .icon {
  display: block;
  width: 5rem;
  height: 5rem;
  margin-bottom: 5rem;
}
.index-about .list .text {
  text-align: right;
}
.index-about .list .quantity {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.index-about .list .counter {
  font-size: 7rem;
  line-height: 7rem;
  font-weight: 700;
}
.index-about .list i {
  font-weight: 700;
  margin-bottom: 1rem;
  vertical-align: bottom;
  font-style: normal;
}
.index-about .list .sub {
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  font-size: 1.9rem;
}
.index-about .list .title {
  line-height: 3rem;
}
@media screen and (max-width: 1024px) {
  .index-about {
    background-image: none!important;
    min-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14px;
  }
  .index-about .left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .index-about .right {
    width: 100%;
  }
  .index-about .text-1 p {
    padding-top: 10px;
  }
  .index-about .enBig {
    display: none;
    font-size: 60px;
    top: -20px;
    left: 0;
  }
  .index-about .en {
    line-height: 1;
    font-size: 32px;
    margin-bottom: 20px;
  }
  .index-about .cn {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .index-about .title-1 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .index-about .button {
    padding-top: 40px;
  }
  .index-about .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .index-about .list li {
    width: 50%;
    padding: 20px 10px 0px 10px;
  }
  .index-about .list .quantity {
    justify-content: center;
  }
  .index-about .list .box {
    display: block;
    border-radius: 10px;
    color: #000000;
    font-size: 14px;
    line-height: 1;
    padding: 20px 20px;
  }
  .index-about .list .icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .index-about .list .text {
    text-align: center;
  }
  .index-about .list .counter {
    line-height: 40px;
    font-size: 32px;
  }
  .index-about .list i {
    margin-bottom: 5px;
  }
  .index-about .list .sub {
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 14px;
  }
  .index-about .list .title {
    line-height: 30px;
  }
}
.index-partner {
  height: 72.3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-partner .container {
  position: relative;
}
.index-partner .left {
  width: 34%;
  padding-top: 18.5rem;
  line-height: 3.2rem;
}
.index-partner .left .text {
  font-size: 2rem;
}
.index-partner .left .index-title {
  color: #141414;
  text-align: left;
  font-weight: 700;
  z-index: 2;
  position: relative;
}
.index-partner .left .title-1 {
  margin-top: -6rem;
  font-family: var(--font-famil-1);
  position: relative;
  font-size: 7rem;
  line-height: 7rem;
  color: transparent;
  -webkit-text-stroke: #cadee2 1px;
}
.index-partner .left .title-2 {
  color: #141414;
  font-size: 4.8rem;
  line-height: 6rem;
}
.index-partner .left .text {
  margin-top: 5rem;
}
.index-partner .left .button {
  margin-top: 4rem;
}
.index-partner .right {
  width: 70%;
}
.index-partner .right li {
  position: absolute;
}
.index-partner .right li .item {
  display: flex;
  align-items: center;
  width: 15.2rem;
  height: 17.6rem;
  background: url(../images/partner-bg.png) no-repeat center center;
  background-size: cover;
}
.index-partner .right li .pic {
  width: 100%;
  position: relative;
}
.index-partner .right li .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.index-partner .right li:nth-child(1) {
  top: 5.8rem;
  left: 102.4rem;
}
.index-partner .right li:nth-child(2) {
  top: 5.8rem;
  left: 119.5rem;
}
.index-partner .right li:nth-child(3) {
  top: 5.8rem;
  left: 136.6rem;
}
.index-partner .right li:nth-child(4) {
  top: 20.5rem;
  left: 77rem;
}
.index-partner .right li:nth-child(5) {
  top: 20.5rem;
  left: 94rem;
}
.index-partner .right li:nth-child(6) {
  top: 20.5rem;
  left: 111rem;
}
.index-partner .right li:nth-child(7) {
  top: 20.5rem;
  left: 127.9rem;
}
.index-partner .right li:nth-child(8) {
  top: 35rem;
  left: 51rem;
}
.index-partner .right li:nth-child(9) {
  top: 35rem;
  left: 68.1rem;
}
.index-partner .right li:nth-child(10) {
  top: 35rem;
  left: 85.2rem;
}
.index-partner .right li:nth-child(11) {
  top: 35rem;
  left: 102.3rem;
}
.index-partner .right li:nth-child(12) {
  top: 35rem;
  left: 119.4rem;
}
.index-partner .right li:nth-child(13) {
  top: 35rem;
  left: 136.6rem;
}
.index-partner .right li:nth-child(14) {
  top: 49.6rem;
  left: 25.2rem;
}
.index-partner .right li:nth-child(15) {
  top: 49.6rem;
  left: 42.3rem;
}
.index-partner .right li:nth-child(16) {
  top: 49.6rem;
  left: 59.4rem;
}
.index-partner .right li:nth-child(17) {
  top: 49.6rem;
  left: 76.6rem;
}
.index-partner .right li:nth-child(18) {
  top: 49.6rem;
  left: 93.7rem;
}
.index-partner .right li:nth-child(19) {
  top: 49.6rem;
  left: 110.8rem;
}
.index-partner .right li:nth-child(20) {
  top: 49.6rem;
  left: 128rem;
}
@media (max-width: 1024px) {
  .index-partner {
    height: auto;
    padding: 50px 0;
  }
  .index-partner .left {
    width: 100%;
    padding-top: 0;
    line-height: 24px;
    font-size: 16px;
  }
  .index-partner .left .title-2 {
    font-size: 24px;
    line-height: 30px;
  }
  .index-partner .left .text {
    margin-top: 20px;
  }
  .index-partner .right {
    padding-top: 30px;
    width: 100%;
  }
  .index-partner .right ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .index-partner .right li {
    width: 20%;
    padding: 5px;
    left: auto!important;
    top: auto!important;
    position: relative;
  }
  .index-partner .right li .item {
    width: auto;
    height: auto;
    background-color: #fff;
    background-image: none!important;
  }
}
.index-news {
  padding: 10rem 0;
}
.index-news .warp {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
.index-news .left {
  position: relative;
  width: 56.6%;
}
.index-news .left .pic {
  overflow: hidden;
  position: relative;
}
.index-news .left .pic:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(15, 111, 123, 0.6));
}
.index-news .left .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.44186047%;
}
.index-news .left .pic img {
  transition: all 700ms linear;
  width: 100%;
	height: 100%;
	object-fit:cover;
}
.index-news .left .text {
  left: 0;
  width: 100%;
  z-index: 4;
  color: #fff;
  padding: 0 4.5rem;
  bottom: 3rem;
  position: absolute;
}
.index-news .left .text .time {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
}
.index-news .left .text .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 1rem;
  font-size: 2rem;
  height: 3rem;
  line-height: 3rem;
}
.index-news .right {
  width: 40%;
}
.index-news .right li {
  padding: 2.5rem 0;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}
.index-news .right li:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 600ms linear;
  background: var(--main-color);
}
.index-news .right li .time {
  color: #999;
  font-family: arial;
  font-size: 1.4rem;
}
.index-news .right li .tit {
  color: #1e2d45;
  height: 3rem;
  line-height: 3rem;
  font-size: 2rem;
  transition: all 500ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .right li .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 1rem;
  color: #666;
  height: 5.6rem;
  line-height: 2.8rem;
}
.index-news .right li .more {
  color: #666;
  margin-top: 1.3rem;
  font-weight: lighter;
  font-size: 1.4rem;
}
.index-news .right li .more svg {
  fill: #999;
  margin-left: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -0.2rem;
  vertical-align: top;
}
.index-news .right li:first-child {
  padding-top: 0;
  border-top: 0;
}
@media (min-width: 1025px) {
  .index-news .left:hover .pic img {
    transform: scale(1.05);
  }
  .index-news .right li:hover:after {
    opacity: 1;
    width: 100%;
  }
  .index-news .right li:hover .tit {
    color: var(--main-color);
  }
  .index-news .right li:hover .more {
    color: var(--main-color);
  }
}
@media (max-width: 1024px) {
  .index-news {
    padding: 50px 0;
  }
  .index-news .warp {
    display: block;
  }
  .index-news .left,
  .index-news .right {
    width: 100%;
  }
  .index-news .right {
    padding-top: 30px;
  }
  .index-news .right li .time,
  .index-news .right li .more {
    font-size: 12px;
  }
  .index-news .right li:last-child {
    border-bottom: 0;
  }
}
.footer {
  color: #fff;
  padding: 4rem 0 0 0;
  background: var(--main-color-2);
}
.footer .container {
  position: relative;
}
.footer .list-2 {
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.footer .list-2 .logo img {
  max-height: 7rem;
}
.footer .list-2 .search {
  align-items: center;
  display: flex;
  width: 33rem;
}
.footer .list-2 .search input {
  width: 100%;
  color: #fff;
  border: 0;
  padding-left: 1rem;
  font-weight: lighter;
  font-size: 1.4rem;
  line-height: 3.5rem;
}
.footer .list-2 .search .btn a {
  color: #fff;
  font-weight: lighter;
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  padding: 0 1rem;
  line-height: 3.5rem;
  min-width: 12rem;
  transition: all 500ms ease;
  background: var(--main-color);
}
.footer .list-2 .search .btn:hover a {
  background: #fe542e;
}
.footer .list {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.footer .list ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .list li {
  width: 12%;
  padding-left: 1rem;
}
.footer .list li h3 {
  font-size: 1.8rem;
  padding-bottom: 2rem;
  color: var(--main-color);
  text-transform: uppercase;
}
.footer .list li h3 a {
  transition: all 334ms ease;
  color: #fff;
}
.footer .list li .drop {
  font-size: 1.6rem;
}
.footer .list li .drop a {
  color: #fff;
  display: block;
  font-weight: 100;
  margin-top: 1rem;
}
.footer .list li .drop a:hover {
  text-decoration: underline;
}
.footer .list li .nr .t-1 {
  padding-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
  margin-top: 1rem;
}
.footer .list li .nr .t-1 img{
	max-height:11rem;
}
.footer .list li .nr .t-1 a {
  color: #fff;
}
.footer .list li .nr .t-1:last-child .icon {
  top: -1px;
  left: -0.4rem;
}
.footer .list li .nr .t-1:last-child .icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
.footer .list li .nr .icon {
  top: 0.2rem;
  left: 0;
  position: absolute;
}
.footer .list li .nr .icon svg {
  fill: #fff!important;
  width: 2rem;
  height: 2rem;
}
.footer .list li:first-child {
  width: 14%;
}
.footer .list li:nth-child(2) {
  width: 13%;
}
.footer .list li:nth-child(3) {
  width: 16%;
}
.footer .list li:first-child {
  padding-left: 0;
}
.footer .list .last {
  width: 21%;
  font-family: arial;
}
.footer .copy {
  font-size: 1.4rem;
  padding: 1.5rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.footer .copy a {
  color: #fff;
  float: right;
  padding-left: 1.5rem;
}
@media (max-width: 1024px) {
  .footer .list {
    padding-bottom: 30px;
  }
  .footer .list li {
    display: none;
  }
  .footer .list li h3 {
    font-size: 20px;
  }
  .footer .list li .nr .t-1 {
    margin-top: 0;
  }
  .footer .list li:last-child {
    width: 100%;
    display: block;
  }
  .footer .list-2 .logo {
    display: none;
  }
  .footer .list-2 .search {
    width: 100%;
  }
  .footer .list-2 .search input {
    font-size: 14px;
  }
  .footer .list-2 .search .btn a {
    font-size: 14px;
  }
  .footer .returnTopBtn {
    display: none;
  }
  .footer .copy {
    font-size: 12px;
  }
  .footer .copy a {
    padding-left: 0;
    float: none;
    display: block;
  }
}
.inside-banner {
  position: relative;
}
.inside-banner .pic img {
  width: 100%;
}
.inside-banner .ph {
  display: none;
}
.inside-banner .text {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  position: absolute;
  transform: translateY(-50%);
}
.inside-banner .title {
  line-height: 5rem;
  font-size: 4.2rem;
  font-weight: 700;
}
.inside-banner .title-2 {
  margin-top: 1rem;
  font-weight: lighter;
}
.inside-banner .list {
  margin-top: 5rem;
}
.inside-banner .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.inside-banner .list li {
  padding: 0 2.5rem;
  width: 14.28571429%;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .text {
    display: none;
  }
}
@media (max-width: 768px) {
  .inside-banner .pic {
    display: none;
  }
  .inside-banner .ph {
    display: block;
  }
}
.inside-box {
  z-index: 9;
  line-height: 9rem;
  margin-top: -9rem;
  position: relative;
  height: 9rem;
}
.inside-box .container {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .inside-box {
    display: none;
  }
}
.inside-box-2 .inside-current {
  width: 100%;
}
.inside-menu {
  width: 70%;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-menu li:first-child {
  padding-left: 0;
}
.inside-menu li {
  padding-left: 5rem;
}
.inside-menu li a {
  color: #fff;
  align-items: center;
  display: flex;
}
.inside-menu li a:hover {
  font-weight: 700;
}
.inside-menu li img {
  margin-right: 1rem;
  max-height: 3rem;
}
.inside-menu .active a {
  font-weight: 700;
}
.inside-current {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  width: 30%;
  text-align: right;
  font-size: 1.6rem;
  font-weight: normal;
}
.inside-current a {
  color: #fff;
}
.inside-current a:hover {
  text-decoration: underline;
}
.inside-current svg {
  fill: #fff;
  margin-right: 0.5rem;
  margin-bottom: 0.3rem;
  vertical-align: middle;
  height: 2rem;
  width: 2rem;
}
.inside-about {
  overflow: hidden;
  position: relative;
  padding: 8rem 0;
}
.inside-about .list {
  display: flex;
  justify-content: space-between;
}
.inside-about .list .inside-title {
  font-size: 4.2rem;
  line-height: 5rem;
}
.inside-about .list .left {
  width: 46%;
  position: relative;
  line-height: 3.2rem;
}
.inside-about .list .left .en {
  font-size: 17.1rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--font-famil-1);
  white-space: nowrap !important;
  color: transparent;
  -webkit-text-stroke: 1px #9b9b9b;
  text-stroke: 1px #9b9b9b;
  opacity: .2;
  position: absolute;
  z-index: 9;
  top: -4rem;
  left: -15rem;
}
.inside-about .list .left .en span {
  padding-left: 8rem;
}
.inside-about .list .left .txt {
  color: #2a2a2a;
  margin-bottom: 2.5rem;
  padding-bottom: 4.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  border-bottom: solid 1px #d7d7d7;
}
.inside-about .list .right {
  width: 48%;
}
.inside-about .list .right .pic {
  width: 126.2%;
  border-top-left-radius: 30rem;
  border-bottom-left-radius: 30rem;
}
.inside-about .list .right .pic img {
  border-top-left-radius: 30rem;
  border-bottom-left-radius: 30rem;
}
.inside-about .list-2 {
  margin-top: 7rem;
}
.inside-about .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.inside-about .list-2 li {
  width: 25%;
  padding: 0 1rem 2rem 1rem;
}
.inside-about .list-2 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e3f5f7;
  border-radius: 2rem;
  color: #000000;
  font-size: 1.9rem;
  line-height: 1;
  padding: 3rem 3rem;
}
.inside-about .list-2 .icon {
  width: 5rem;
  height: 5rem;
}
.inside-about .list-2 .icon img {
  max-height: 5rem;
}
.inside-about .list-2 .text {
  text-align: right;
}
.inside-about .list-2 .counter {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 700;
}
.inside-about .list-2 i {
  font-weight: 700;
  margin-bottom: 1rem;
  vertical-align: bottom;
  font-style: normal;
}
.inside-about .list-2 .sub {
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  font-size: 1.9rem;
}
.inside-about .list-2 .title {
  line-height: 3rem;
}
@media (max-width: 1024px) {
  .inside-about {
    padding: 40px 0;
  }
  .inside-about .list {
    display: block;
  }
  .inside-about .list .left {
    width: 100%;
    line-height: 24px;
  }
  .inside-about .list .left .en {
    display: none;
  }
  .inside-about .list .right {
    margin-top: 30px;
    width: 100%;
  }
  .inside-about .list .right .pic {
    width: 100%;
    border-radius: 0;
  }
  .inside-about .list .right .pic img {
    border-radius: 0;
  }
  .inside-about .list-2 {
    margin-top: 30px;
  }
  .inside-about .list-2 li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .inside-about .list-2 .sub,
  .inside-about .list-2 i {
    display: inline-block;
    vertical-align: bottom;
  }
  .inside-about .list-2 .counter {
    font-size: 30px;
    line-height: 30px;
  }
  .inside-about .list-2 .icon {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .inside-about .list-2 .box {
    padding: 20px;
    display: block;
  }
  .inside-about .list-2 .text {
    text-align: center;
  }
}
.inside-qywh {
  padding: 10rem 0;
  overflow: hidden;
  background-size: auto;
  background-size: cover;
  position: relative;
}
.inside-qywh:after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.inside-qywh .inside-title {
  z-index: 3;
  text-align: left;
  position: relative;
  color: #fff;
  padding-bottom: 7rem;
}
.inside-qywh .container {
  overflow: hidden;
  position: relative;
}
.inside-qywh .list,
.inside-qywh .list-2 {
  position: relative;
}
.inside-qywh .list {
  float: right;
  width: 85%;
  position: relative;
  overflow: hidden;
}
.inside-qywh .list .swiper-list {
  position: relative;
  overflow: hidden;
}
.inside-qywh .list .bt {
  font-size: 17.6rem;
  line-height: 20rem;
  color: rgba(255, 255, 255, 0.24);
  text-align: left;
  float: left;
  width: 30%;
  margin-top: 20rem;
}
.inside-qywh .list .p {
  float: right;
  width: 48%;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 5.7rem;
  color: #ffffff;
  padding-top: 9.9rem;
  background: url(../images/yin.png) no-repeat top left;
  background-size: 9.9rem;
}
.inside-qywh .list .swiper-button-next,
.inside-qywh .list .swiper-button-prev {
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: auto;
  right: 44%;
  margin: 0;
  top: auto;
  bottom: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.inside-qywh .list .swiper-button-next:after,
.inside-qywh .list .swiper-button-prev:after {
  font-size: 1.6rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .inside-qywh .list .swiper-button-next:hover,
  .inside-qywh .list .swiper-button-prev:hover {
    background: var(--main-color);
  }
  .inside-qywh .list .swiper-button-next:hover:after,
  .inside-qywh .list .swiper-button-prev:hover:after {
    color: #fff;
  }
}
.inside-qywh .list .swiper-button-next {
  right: 38%;
  left: auto;
}
.inside-qywh .list-2 {
  width: 9%;
  float: left;
  z-index: 10;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 5rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3rem;
}
.inside-qywh .list-2 .swiper-container {
  position: relative;
  height: 50rem;
  overflow: hidden;
  text-align: center;
}
.inside-qywh .list-2 .swiper-container .item {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inside-qywh .list-2 .swiper-container .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inside-qywh .list-2 .swiper-container .pic {
  vertical-align: middle;
  line-height: 5rem;
  text-align: center;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto;
  border-radius: 50%;
}
.inside-qywh .list-2 .swiper-container .pic .mh {
  display: none;
}
.inside-qywh .list-2 .swiper-container .pic img {
  vertical-align: middle;
  max-height: 4rem;
}
.inside-qywh .list-2 .swiper-container .bt {
  font-size: 1.8rem;
  line-height: 3.3rem;
  margin-top: 0rem;
  width: 100%;
  color: #2d3132;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside-qywh .list-2 .swiper-container .swiper-slide-thumb-active .pic {
  background: var(--main-color);
}
.inside-qywh .list-2 .swiper-container .swiper-slide-thumb-active .pic .mh {
  display: inline-block;
}
.inside-qywh .list-2 .swiper-container .swiper-slide-thumb-active .pic .m {
  display: none;
}
.inside-qywh .list-2 .swiper-container .swiper-slide-thumb-active .bt {
  font-size: 1.8rem;
  line-height: 3.3rem;
  color: #2d3132;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside-qywh .list-2 .swiper-button-prev,
.inside-qywh .list-2 .swiper-button-next {
  left: 50%;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 1.6rem;
}
.inside-qywh .list-2 .swiper-button-prev:after,
.inside-qywh .list-2 .swiper-button-next:after {
  opacity: 0;
}
.inside-qywh .list-2 .swiper-button-prev {
  top: 4rem;
  background: url(../images/prev-1.png) no-repeat center center;
  background-size: cover;
}
.inside-qywh .list-2 .swiper-button-next {
  right: auto;
  top: auto;
  bottom: 2rem;
  background: url(../images/next-2.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-qywh {
    padding: 50px 0;
  }
  .inside-qywh:after {
    width: 100%;
  }
  .inside-qywh .inside-title {
    text-align: center;
  }
  .inside-qywh .list-2 {
    display: none;
  }
  .inside-qywh .list {
    width: 100%;
    float: none;
    text-align: center;
  }
  .inside-qywh .list .p {
    font-weight: normal;
    background: none!important;
    font-size: 18px;
    line-height: 30px;
    padding: 0 20px;
    width: 100%;
    float: none;
  }
  .inside-qywh .list .p .en {
    display: none;
  }
  .inside-qywh .list .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .inside-qywh .list .swiper-button-next {
    right: 0;
  }
  .inside-qywh .list .swiper-button-prev,
  .inside-qywh .list .swiper-button-next {
    top: 0!important;
  }
  .inside-qywh .list .bt {
    display: none;
  }
}
.history {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 6rem;
  position: relative;
}
.history .container {
  padding-top: 9rem;
  position: relative;
}
.history .inside-title {
  font-weight: 700;
  font-size: 4.2rem;
  position: absolute;
  top: 13rem;
  left: 0;
}
.history a {
  color: inherit;
}
.history .menuTabs .line {
  width: 165.3rem;
  height: 51rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 7rem;
}
.history .menuTabs .line span {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
}
.history .menuTabs {
  position: relative;
      overflow: hidden;
}
.history .menuTabs .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  width: 16.66666667%;
}
.history .menuTabs .year {
  padding-left: 2rem;
  color: #666666;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.history .menuTabs .nr{
	padding-top: 15rem;
	color: #000;
	text-align:center;
}


.history .menuTabs .year .icon {
  display: inline-flex;
}
.history .menuTabs .year .icon svg {
  fill: #666;
  margin-top: 0.6rem;
  width: 2.2rem;
  height: 2.2rem;
  vertical-align: top;
  margin-right: 0.5rem;
}
.history .menuTabs .item {
  /* cursor: pointer; */
  padding-bottom: 8rem;
	width: 16.66667%;
	float: left;
  /* opacity: .6; */
}
.history .menuTabs .item:hover {
  opacity: .8;
}
.history .menuTabs .active,
.history .menuTabs .active2 {
  opacity: 1;
}
.history .menuTabs .active .year,
.history .menuTabs .active2 .year {
  color: var(--main-color);
}
.history .menuTabs .active .year .icon svg,
.history .menuTabs .active2 .year .icon svg {
  fill: var(--main-color);
}
.history .menuTabs .item-1 {
  padding-top: 33.5rem;
}
.history .menuTabs .item-2 {
  padding-top: 25.5rem;
}
.history .menuTabs .item-3 {
  padding-top: 19rem;
}
.history .menuTabs .item-4 {
  padding-top: 13rem;
  padding-left: 4rem;
}
.history .menuTabs .item-5 {
  padding-top: 7rem;
}
.history .menuTabs .item-6 {
  padding-top: 0rem;
}
.history .menuTabs .swiper-button-next,
.history .menuTabs .swiper-button-prev {
  color: #333;
  z-index: 9;
  top: initial;
  bottom: -20rem;
}
.history .menuTabs .swiper-button-next::after,
.history .menuTabs .swiper-button-prev::after {
  font-weight: 700;
  font-size: 2.6rem;
}
.history .menuTabs .swiper-button-prev {
  left: 7rem;
}
.history .menuTabs .swiper-button-next {
  right: 7rem;
}
.history .conTabs {
  max-width: 800px;
  margin: 6rem auto 0 auto;
  position: relative;
  z-index: 9;
}
.history .conTabs .item {
  display: none;
}
.history .conTabs .item.show {
  display: block;
}
.history .conTabs .year {
  color: #141414;
  font-size: 4.2rem;
  line-height: 5rem;
  font-weight: 700;
  padding-bottom: 2rem;
}
.history .conTabs .nr {
  min-height: 28rem;
  display: flex;
  justify-content: space-between;
}
.history .conTabs .info {
  width: 50%;
  line-height: 1.8;
  font-size: 1.8rem;
}
.history .conTabs .picbox {
  width: 47.5%;
}
.history .conTabs .picbox dt {
  margin: 0 auto;
  width: 38rem;
  height: 23rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.history .conTabs .picbox dt .pic {
  margin: 0 auto;
  max-width: 26rem;
}
.history .conTabs .picbox dd {
  padding-top: 1rem;
  color: #0f6f7b;
  font-size: 1.8rem;
  text-align: center;
}
.history .menuTabsM {
  display: none;
}
.history .menuTabsM .list {
  display: flex;
  flex-wrap: wrap;
}
.history .menuTabsM .year {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.history .menuTabsM .year .icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.history .menuTabsM .item {
  cursor: pointer;
  padding: 10px 10px;
  opacity: .6;
}
.history .menuTabsM .item:hover {
  opacity: .8;
}
.history .menuTabsM .item.active {
  opacity: 1;
}
.history .conTabsM {
  display: none;
  padding-top: 20px;
}
.history .conTabsM .item {
  display: none;
}
.history .conTabsM .item.show {
  display: block;
}
.history .conTabsM .year {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 20px;
  text-align: center;
}
.history .conTabsM .info {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .history {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: initial;
  }
  .history .inside-title {
    font-size: 24px;
    text-align: center;
    position: static;
    margin-bottom: 30px;
  }
  .history .menuTabs .line {
    display: none;
  }
  .history .menuTabs {
    display: none;
  }
  .history .menuTabs .swiper-wrapper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
  }
  .history .menuTabs .year {
    font-size: 14px;
  }
  .history .menuTabs .year .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .history .menuTabs .item {
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .history .menuTabs .swiper-button-next,
  .history .menuTabs .swiper-button-prev {
    bottom: -40px;
  }
  .history .menuTabs .swiper-button-next::after,
  .history .menuTabs .swiper-button-prev::after {
    font-size: 18px;
  }
  .history .menuTabs .swiper-button-prev {
    left: 0;
  }
  .history .menuTabs .swiper-button-next {
    right: 0;
  }
  .history .conTabs {
    display: none;
    max-width: 1010px;
  }
  .history .conTabs .swiper-slide {
    display: block !important;
  }
  .history .conTabs .year {
    font-size: 40px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .history .conTabs .info {
    font-size: 14px;
    line-height: 1.5;
  }
  .history .menuTabsM {
    display: block;
  }
  .history .menuTabsM .year {
    font-weight: 100;
    font-family: arial;
  }
  .history .menuTabsM .year .icon {
    display: none;
    vertical-align: top;
    margin-right: 0;
  }
  .history .conTabsM {
    display: block;
  }
  .history .conTabsM .year {
    font-size: 24px;
    font-family: arial;
  }
  .history .conTabsM .nr {
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .history .conTabsM .picbox dt {
    margin-top: 30px;
    background-image: none!important;
  }
  .history .conTabsM .picbox dd {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .history .menuTabsM .list .item {
    width: 33.33333333%;
  }
}
.zjjg {
  position: relative;
  padding: 10rem 0;
}
.zjjg .inside-title {
  text-align: center;
}
.zjjg .tu {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .zjjg {
    padding: 50px 0;
  }
}
.zlhzhb {
  position: relative;
  padding-top: 10rem;
  background: linear-gradient(to right, #dcf2f5, #f0f1f6);
}
.zlhzhb .inside-title {
  text-align: center;
}
.zlhzhb .mapbox {
  margin-top: 17rem;
  position: relative;
}
.zlhzhb .hezi {
  position: relative;
}
.zlhzhb .tu {
  position: absolute;
}
.zlhzhb .tu img {
  max-height: 10rem;
}
.zlhzhb .tu-1 {
  left: 1rem;
  top: 5.4rem;
}
.zlhzhb .tu-2 {
  left: 23.7rem;
  top: -5rem;
}
.zlhzhb .tu-3 {
  left: 55rem;
  top: -9rem;
}
.zlhzhb .tu-4 {
  left: 84rem;
  top: -10rem;
}
.zlhzhb .tu-5 {
  left: 112.4rem;
  top: -4rem;
}
.zlhzhb .tu-6 {
  left: 132rem;
  top: 6rem;
}
@media (max-width: 1024px) {
  .zlhzhb {
    padding: 50px 0;
  }
  .zlhzhb .index-title {
    margin-top: 0;
  }
  .zlhzhb .mapbox {
    margin-top: 10px;
    bottom: auto;
    left: auto;
    position: relative;
  }
  .zlhzhb .hezi {
    max-width: 100%;
  }
  .zlhzhb .tu {
    right: auto!important;
    bottom: auto!important;
    left: auto!important;
    top: auto!important;
    position: relative;
  }
  .zlhzhb .pic {
    display: none;
  }
  .zlhzhb .itembox {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .zlhzhb .itembox .tu {
    width: 31%;
    text-align: center;
    margin-top: 20px;
    background: #fff;
  }
  .zlhzhb .itembox .tu img {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .zlhzhb .itembox .tu {
    width: 48%;
  }
}
.syhb {
  position: relative;
  padding: 10rem 0;
  background: linear-gradient(to right, #ddf2f5, #eff1f6);
}
.syhb .container {
  max-width: 192rem;
}
.syhb .inside-title {
  padding-bottom: 5rem;
  text-align: center;
}
.syhb .picMarquee-top {
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
.syhb .picMarquee-top .bd .tempWrap {
  height: 100% !important;
}
.syhb .picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.syhb .picMarquee-top .bd ul li {
  text-align: center;
  zoom: 1;
  padding: 0 1.5rem;
  width: 12.5%;
}
.syhb .picMarquee-top .bd ul li .pic {
  background: #fff;
  position: relative;
}
.syhb .picMarquee-top .bd ul li .pic img {
  width: auto;
  height: auto;
}
.syhb .picMarquee-top .bd ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 52.63157895%;
}
@media (max-width: 1024px) {
  .syhb {
    padding: 50px 0;
  }
  .syhb .info {
    font-size: 14px;
    padding-top: 10px;
  }
  .syhb .picMarquee-top {
    margin-bottom: 10px;
  }
  .syhb .picMarquee-top .bd ul li {
    width: 152px;
    padding: 0 5px;
  }
  .syhb .picMarquee-top .bd ul li .pic:after {
    padding-bottom: 52.63157895%;
  }
}
.honor {
  position: relative;
  height: 78.7rem;
  padding: 10rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.honor .inside-title {
  text-align: center;
}
.honor .list {
  margin-top: 6rem;
  position: relative;
}
.honor .list .pic {
  position: relative;
}
.honor .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 141.06463878%;
}
.honor .list .swiper-button-prev,
.honor .list .swiper-button-next {
  opacity: 1;
  color: #fff;
  width: 4.5rem;
  height: 4.5rem;
  background: #9b9b9b;
  border-radius: 50%;
}
.honor .list .swiper-button-prev:after,
.honor .list .swiper-button-next:after {
  font-size: 2rem;
}
.honor .list .swiper-button-prev:hover,
.honor .list .swiper-button-next:hover {
  background: var(--main-color);
}
.honor .list .swiper-button-prev {
  left: -7rem;
}
.honor .list .swiper-button-next {
  right: -7rem;
}
@media (max-width: 1024px) {
  .honor {
    height: auto;
    padding: 50px 0;
  }
  .honor .list {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .honor .list .swiper-button-prev,
  .honor .list .swiper-button-next {
    margin-top: -60px;
  }
  .honor .list .swiper-button-prev {
    left: 20px;
  }
  .honor .list .swiper-button-next {
    right: 20px;
  }
}
.classifyPro li {
  margin-bottom: 1.7rem;
  position: relative;
}
.classifyPro .title {
  transition: .3s;
  height: 3.6rem;
  position: relative;
  line-height: 3.6rem;
}
.classifyPro .title a {
  font-size: 1.8rem;
  padding-left: 2rem;
  padding-right: 4rem;
  display: block;
  position: relative;
  max-width: 100%;
  color: #666;
  height: 3.6rem;
  overflow: hidden;
}
.classifyPro .title span {
  z-index: 2;
  display: block;
  position: relative;
}
.classifyPro .has > .title a {
  display: block;
}
.classifyPro .list .icon {
  position: absolute;
  top: 0rem;
  right: 2.4rem;
  cursor: pointer;
  transition: .3s;
  font-style: normal;
}
.classifyPro .list .icon:after {
  content: "+";
  color: #666;
  font-family: "瀹嬩綋";
  vertical-align: top;
  display: inline-block;
  font-size: 2.4rem;
}
.classifyPro .down:before {
  top: -2px;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 2;
  position: absolute;
  background: #ebf1f8;
}
.classifyPro .down,
.classifyPro .has:hover {
  position: relative;
}
.classifyPro .down > .title,
.classifyPro .has:hover > .title {
  background: var(--main-color-2);
}
.classifyPro .down > .title a,
.classifyPro .has:hover > .title a {
  color: #fff;
}
.classifyPro .down > .title a:after,
.classifyPro .has:hover > .title a:after {
  opacity: 1;
}
.classifyPro .down > .title:after,
.classifyPro .has:hover > .title:after {
  opacity: 1;
}
.classifyPro .down .icon:after,
.classifyPro .has:hover .icon:after {
  content: "";
  margin-top: 1.7rem;
  width: 1rem;
  height: 1px;
  background: #fff;
}
.classifyPro .list .list {
  padding-top: 1rem;
  display: none;
}
.classifyPro .list .list li {
  margin-bottom: 0;
}
.classifyPro .list .list .title {
  padding: 0;
  height: auto;
  line-height: 2.4rem;
}
.classifyPro .list .list .title a {
  height: auto;
  color: #666;
  padding: 0;
  padding-left: 5rem;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  transition: all 500ms ease;
}
.classifyPro .list .list .cur a,
.classifyPro .list .list li:hover a {
  color: var(--main-color-2);
}
.classifyPro .list .list .cur a:after,
.classifyPro .list .list li:hover a:after {
  color: var(--main-color-2);
}
.classifyPro .list .list li:last-child .title {
  border: none;
}
.inside-product .table {
  font-size: 1.4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.inside-product .table a:hover {
  color: var(--main-color-2);
}

.inside-product .table img {
  right: 0.3rem;
  position: absolute;
  max-height: 2rem;
}
.inside-product .table table,
.inside-product .table th,
.inside-product .table td {
  font-family: arial;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border: solid 1px #e2e2e2;
}
.inside-product .table th,
.inside-product .table td {
  width: 1%;
}
.inside-product .table td:first-child {
  width: 1%;
}
.inside-product .table td:nth-child(13) {
  width: 3%;
  padding-left: 1rem;
}
.inside-product .table th {
  font-weight: normal;
  font-size: 1.6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  border-color: #fff;
  background: var(--main-color-2);
}
.inside-product .table td {
  position: relative;
  padding-left: 1rem;
}
.inside-product .table tr {
  background: #f9f9f9;
}
.inside-product .table tr:nth-child(2n) {
  background: #fff;
}
.inside-product .slider {
  position: relative;
  height: 2px;
  background: #fff;
  margin: 0.5rem 1.7rem;
}
.inside-product .slider-track {
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.inside-product .slider-thumb {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #0f6f7b;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}
.inside-product .slider-thumb:hover,
.inside-product .slider-thumb.active {
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.inside-product .value-display {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #3498db;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}
.inside-product .value-display::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3498db;
}
.inside-product .slider-thumb:hover .value-display,
.inside-product .slider-thumb.active .value-display {
  opacity: 1;
}
.inside-product .slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  font-size: 14px;
  color: #7f8c8d;
}
.inside-product .min-value,
.inside-product .max-value {
  font-size: 12px;
  color: #333;
  font-family: arial;
  background: #fff;
  padding: 0 1rem;
  padding-top: 0.3rem;
  border: solid 1px #dbe6fc;
}
.inside-product .slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  color: #95a5a6;
  font-size: 12px;
}
.inside-product .values-display {
  display: flex;
  padding: 0 1.5rem;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .inside-product {
    padding-bottom: 40px!important;
  }
  .inside-product .table {
    font-size: 14px;
  }
	.inside-product .table table {
	  width: 1500px;
	}  
}
.inside-zlfw {
  padding: 8rem 0;
  background: #ddf2f5;
}
.inside-zlfw .search {
  position: relative;
}
.inside-zlfw .search input {
  width: 100%;
  background: #fff;
  border: 0;
  height: 3.6rem;
  padding-right: 6rem;
  padding-left: 1.5rem;
  line-height: 3.6rem;
}
.inside-zlfw .search .btn {
  right: 0;
  top: 0;
  text-align: center;
  width: 5rem;
  height: 3.6rem;
  line-height: 3.2rem;
  position: absolute;
  background: var(--main-color-2);
}
.inside-zlfw .search .btn svg {
  fill: #fff;
  vertical-align: middle;
}
.inside-zlfw .left {
  top: 0;
  left: 0;
  width: 14.5%;
  float: left;
  position: sticky;
  background: #f7f7f7;
  box-shadow: 0.9rem 0 2.1rem rgba(0, 77, 112, 0.14);
}
.inside-zlfw .left .list-3 {
  padding-bottom: 1rem;
}
.inside-zlfw .left .list-3 li {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  line-height: 3.7rem;
}
.inside-zlfw .left .list-3 li a {
  display: block;
  padding: 0 2.5rem;
}
.inside-zlfw .left .list-3 .active,
.inside-zlfw .left .list-3 li:hover {
  background: var(--main-color-2);
}
.inside-zlfw .left .list-3 .active a,
.inside-zlfw .left .list-3 li:hover a {
  color: #fff;
}
.inside-zlfw .right {
  width: 85%;
  float: right;
  background: #fff;
}
.inside-zlfw .right dl {
  padding: 5.4rem 6rem;
  display: flex;
  justify-content: space-between;
}
.inside-zlfw .right dt {
  width: 43.5%;
  border-radius: 1.5rem;
}
.inside-zlfw .right dt img {
  border-radius: 1.5rem;
}
.inside-zlfw .right dd {
  line-height: 3.2rem;
  color: #0a0a0a;
  width: 52%;
}
.inside-zlfw .right dd .text {
  padding-top: 2rem;
}
.inside-zlfw .right dd .t-1 {
  font-weight: 700;
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
.inside-zlfw .right .list {
  padding: 2rem 7rem;
  padding-bottom: 5rem;
}
.inside-zlfw .right .list ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-zlfw .right .list li {
  width: 33.333%;
  padding: 2rem 3rem;
}
.inside-zlfw .right .list li .item {
  text-align: center;
}
.inside-zlfw .right .list li .picbox {
  position: relative;
  text-align: center;
  padding: 1.6rem;
  border: solid 1px #fff;
  background: #f1f7f9;
  box-shadow: 0 0.8rem 1.3rem rgba(90, 203, 223, 0.31);
}
.inside-zlfw .right .list li .picbox .dot-1,
.inside-zlfw .right .list li .picbox .dot-2,
.inside-zlfw .right .list li .picbox .dot-3,
.inside-zlfw .right .list li .picbox .dot-4 {
  z-index: 3;
  position: absolute;
}
.inside-zlfw .right .list li .picbox .dot-1 img,
.inside-zlfw .right .list li .picbox .dot-2 img,
.inside-zlfw .right .list li .picbox .dot-3 img,
.inside-zlfw .right .list li .picbox .dot-4 img {
  max-height: 1.4rem;
}
.inside-zlfw .right .list li .picbox .dot-1 {
  top: 2.2rem;
  left: 2.2rem;
}
.inside-zlfw .right .list li .picbox .dot-2 {
  top: 2.2rem;
  right: 2.2rem;
}
.inside-zlfw .right .list li .picbox .dot-3 {
  bottom: 1rem;
  left: 2.2rem;
}
.inside-zlfw .right .list li .picbox .dot-4 {
  bottom: 1rem;
  right: 2.2rem;
}
.inside-zlfw .right .list li .pic {
  position: relative;
}
.inside-zlfw .right .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 145.62737643%;
}
.inside-zlfw .right .list li .tit {
  color: #333;
  font-size: 1.8rem;
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .inside-zlfw {
    background: #fff;
    padding: 40px 0 10px 0;
  }
  .inside-zlfw .left {
    display: none;
  }
  .inside-zlfw .right {
    width: 100%;
  }
  .inside-zlfw .right .list {
    padding: 0;
  }
  .inside-zlfw .right .list ul {
    margin: 0 -10px;
  }
  .inside-zlfw .right .list li {
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .inside-zlfw .right dl {
    margin: 0 auto;
    max-width: 480px;
    padding: 0;
    display: block;
    padding-bottom: 30px;
  }
  .inside-zlfw .right dt {
    width: 100%;
  }
  .inside-zlfw .right dd {
    width: 100%;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .inside-zlfw .right .list li {
    width: 50%;
  }
}
.inside-download {
  padding: 4rem;
  padding-bottom: 8rem;
}
.inside-download ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-download li:first-child {
  margin-top: 0;
}
.inside-download li {
  margin-top: 2rem;
  width: 100%;
}
.inside-download li .item {
  display: flex;
  line-height: 3rem;
  padding: 1.3rem 3rem;
  justify-content: space-between;
  transition: all 500ms ease;
  border-radius: 0.5rem;
  border: solid 1px #e1e1e1;
}
.inside-download li .item .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  width: 65%;
  color: #141414;
}
.inside-download li .item .tit span {
  padding-right: 1rem;
  color: var(--main-color-2);
}
.inside-download li .item .tag {
  font-size: 1.4rem;
  color: #777;
}
.inside-download li .item .tag span {
  padding-left: 1rem;
}
.inside-download li .item .tag svg {
  fill: #777;
  margin-right: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.4rem;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  .inside-download li:hover .item {
    border-color: var(--main-color-2);
    background: var(--main-color-2);
  }
  .inside-download li:hover .item .tit,
  .inside-download li:hover .item .tag {
    color: #fff;
  }
  .inside-download li:hover .item .tit a,
  .inside-download li:hover .item .tag a {
    color: #fff;
  }
  .inside-download li:hover .item .tit span,
  .inside-download li:hover .item .tag span {
    color: #fff;
  }
  .inside-download li:hover .item .tit svg,
  .inside-download li:hover .item .tag svg {
    fill: #fff;
  }
}
@media (max-width: 1024px) {
  .inside-download {
    padding: 0;
    padding-bottom: 40px!important;
  }
  .inside-download ul {
    margin-top: 0px;
  }
  .inside-download li {
    width: 100%;
  }
  .inside-download li .item {
    line-height: 24px;
    height: auto;
    line-height: auto;
  }
  .inside-download li .box {
    padding: 20px;
    display: block;
  }
  .inside-download li .box .tit {
    width: 100%;
    height: auto;
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .inside-download li .item {
    display: block;
  }
  .inside-download li .item .tit {
    width: 100%;
  }
  .inside-download li .item .tag {
    font-size: 14px;
  }
  .inside-download li .item .tag span:first-child {
    padding-left: 0;
  }
}
.inside-news-top {
  padding: 8rem 0;
}
.inside-news-top .container {
  position: relative;
}
.inside-news-top .list {
  background: #f6f6f6;
  padding: 4.5rem;
  border-radius: 2rem;
}
.inside-news-top .list a {
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.inside-news-top .list a:hover .pic img {
  transform: scale(1.1);
}
.inside-news-top .list a:hover .tit {
  color: var(--main-color);
}
.inside-news-top .list a:hover .button span:before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.inside-news-top .list .pic {
  width: 44%;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.inside-news-top .list .pic img {
	transition: all 700ms ease;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.inside-news-top .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.73015873%;
}
.inside-news-top .list .txtbox {
  width: 66%;
  padding-left: 4rem;
}
.inside-news-top .list .time {
  color: var(--main-color);
}
.inside-news-top .list .time svg {
  margin-right: 1rem;
  margin-bottom: 0.6rem;
  vertical-align: middle;
}
.inside-news-top .list .tit {
  color: #26313e;
  margin-top: 1rem;
  font-weight: 700;
  height: 3.2rem;
  font-size: 2.4rem;
  line-height: 3.2rem;
  transition: color 334ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news-top .list .txt {
  color: #707781;
  margin-top: 2rem;
  height: 12rem;
  line-height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.inside-news-top .list .button {
  margin-top: 5rem;
}
.inside-news-top .list .button span {
  height: 4.5rem;
  line-height: 4.5rem;
}
.inside-news-top .swiper-box {
  position: relative;
}
.inside-news-top .swiper-button-prev,
.inside-news-top .swiper-button-next {
  top: 12rem;
  width: 3.4rem;
  height: 3.4rem;
  z-index: 9;
  border: solid 1px var(--main-color);
  border-radius: 50%;
  transition: all 500ms ease;
  vertical-align: top;
}
.inside-news-top .swiper-button-prev:after,
.inside-news-top .swiper-button-next:after {
  content: "";
  color: var(--main-color);
  font-size: 2rem;
  font-family: "瀹嬩綋";
}
.inside-news-top .swiper-button-prev {
  left: 30rem;
  background: url(../images/prev.png) no-repeat center center #ffffff;
  background-size: cover;
}
.inside-news-top .swiper-button-next {
  right: 30rem;
  background: url(../images/next.png) no-repeat center center #ffffff;
  background-size: cover;
}
.inside-news-top .swiper-pagination-progressbar {
  height: 2px;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  z-index: 1;
  bottom: -7rem;
  transform: translateX(-50%);
  max-width: 80rem;
  background: #e3e3e3;
}
.inside-news-top .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--main-color);
}
@media (max-width: 1024px) {
  .inside-news-top {
    padding: 40px 0;
  }
  .inside-news-top .list {
    padding: 0;
    position: relative;
  }
  .inside-news-top .list .pic {
    width: 45%;
  }
  .inside-news-top .list .txtbox {
    width: 55%;
    padding: 15px 30px;
  }
  .inside-news-top .list .button {
    display: none;
  }
  .inside-news-top .list .time {
    font-size: 14px;
  }
  .inside-news-top .list .time img {
    max-height: 13px;
    margin-right: 5px;
  }
  .inside-news-top .list .txt {
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .inside-news-top .list .index-more {
    padding-top: 20px;
  }
  .inside-news-top .swiper-button-prev {
    left: 0px;
    z-index: 11;
    background-color: #fff;
  }
  .inside-news-top .swiper-button-next {
    right: 0px;
    z-index: 11;
    background-color: #fff;
  }
  .inside-news-top .swiper-button-prev,
  .inside-news-top .swiper-button-next {
    top: 64px;
  }
  .inside-news-top .swiper-pagination-progressbar {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .inside-news-top .list a {
    display: block;
  }
  .inside-news-top .list .pic {
    width: 100%;
  }
  .inside-news-top .list .txtbox {
    width: 100%;
    padding: 30px 20px;
  }
}
.inside-news {
  padding: 4.5rem 0 7rem 0;
}
.inside-news ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.inside-news li {
  padding: 2.5rem;
  width: 33.333%;
}
.inside-news li .item {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: solid 1px #cfcfcf;
}
.inside-news li .item:after {
  content: "";
  left: 0;
  height: 1px;
  width: 0;
  bottom: -1px;
  position: absolute;
  background: var(--main-color);
  transition: all 500ms linear;
}
.inside-news li .pic {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
.inside-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 59.07172996%;
}
.inside-news li .pic img {
  transition: all 700ms ease;
  border-radius: 1rem;
}
.inside-news li .text {
  margin-top: 3rem;
}
.inside-news li .text .tit {
  color: #000;
  font-weight: 700;
  height: 3rem;
  line-height: 3rem;
  font-size: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news li .text .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #666;
  line-height: 2.6rem;
  height: 5.2rem;
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
.inside-news li .text .more {
  margin-top: 3rem;
  padding: 0 1rem;
  text-align: center;
  min-width: 14rem;
  height: 3.6rem;
  line-height: 3.4rem;
  display: inline-block;
  border: solid 1px #666;
  border-radius: 3rem;
}
.inside-news li .text .more svg {
  margin-bottom: 0.4rem;
  margin-left: 1rem;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  fill: #666;
}
@media (min-width: 1025px) {
  .inside-news li:hover .pic img {
    transform: scale(1.05);
  }
  .inside-news li:hover .item:after {
    width: 100%;
  }
  .inside-news li:hover .tit {
    color: var(--main-color);
  }
  .inside-news li:hover .more {
    color: var(--main-color);
    border-color: var(--main-color);
  }
  .inside-news li:hover .more svg {
    fill: var(--main-color);
  }
}
@media (max-width: 1024px) {
  .inside-news ul {
    margin: 0 -10px;
  }
  .inside-news li {
    padding: 0 10px;
    padding-top: 30px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-news li {
    width: 100%;
  }
}
.inside-application {
  color: #666666;
  padding: 8rem 0 10rem 0;
}
.inside-application .list li:first-child {
  padding-top: 0;
}
.inside-application .list li {
  position: relative;
  padding-top: 6rem;
}
.inside-application .list li .box {
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
}
.inside-application .list li .pic {
  position: relative;
  overflow: hidden;
  width: 48%;
}
.inside-application .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 60.2739726%;
}
.inside-application .list li .pic img {
  width: auto;
  height: auto;
  transform-origin: top center;
  transition: all 700ms ease;
}
.inside-application .list li .text {
  width: 48%;
}
.inside-application .list li .text .t-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 700;
  height: 6rem;
  line-height: 6rem;
  font-size: 3.6rem;
  color: #333333;
  margin-top: 2.5rem;
  transition: all 500ms ease;
}
.inside-application .list li .text .t-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  color: #666;
  height: 18rem;
  line-height: 3rem;
  font-size: 1.8rem;
  margin-top: 2rem;
}
.inside-application .list li .num {
  vertical-align: top;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #bfccde;
  font-family: var(--font-famil-1);
  text-transform: uppercase;
  color: #fff;
  font-size: 4.2rem;
  line-height: 5rem;
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
  justify-content: space-between;
  text-shadow: var(--main-color-2) 1px 0 0, var(--main-color-2) 0 1px 0, var(--main-color-2) -1px 0 0, var(--main-color-2) 0 -1px 0;
}
.inside-application .list li .num img {
  width: auto;
  height: auto;
  max-height: 5rem;
}
.inside-application .list li .button {
  margin-top: 3rem;
}
.inside-application .list li .button span {
  background: var(--main-color) !important;
}
.inside-application .list li:nth-child(2n) .box {
  flex-direction: inherit;
}
@media (min-width: 1025px) {
  .inside-application .list li:hover .pic img {
    transform: scale(1.05);
  }
  .inside-application .list li:hover .text .t-1 {
    color: var(--main-color-2);
  }
}
@media (max-width: 1024px) {
  .inside-application {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-application .list li {
    padding-top: 40px;
  }
  .inside-application .list li .box {
    flex-direction: inherit!important;
    display: block;
  }
  .inside-application .list li .num {
    display: none;
  }
  .inside-application .list li .pic {
    width: 100%;
  }
  .inside-application .list li .text {
    width: 100%;
    padding-top: 0px;
  }
  .inside-application .list li .text .t-1 {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
  }
  .inside-application .list li .text .t-2 {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .inside-application .list li .text .t-5 {
    padding: 0 20px;
    margin-top: 30px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 640px) {
  .inside-application .list li .text .t-3 span {
    width: 100%;
    margin-top: 0;
  }
}
.inside-title {
  color: #333333;
  font-size: 4.2rem;
  line-height: 5rem;
}
@media (max-width: 1024px) {
  .inside-title {
    font-size: 24px!important;
    line-height: 30px!important;
  }
}
.inside-case {
  padding: 8rem 0 10rem 0;
}
.inside-case .text {
  line-height: 3.2rem;
  font-size: 1.8rem;
  margin-top: 2.5rem;
}
.inside-case .list {
  padding-top: 1rem;
}
.inside-case .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.inside-case .list li {
  padding: 0 1.5rem;
  padding-top: 3rem;
  width: 33.333%;
}
.inside-case .list li .item {
  position: relative;
}
.inside-case .list li .nr {
  left: 0;
  width: 100%;
  z-index: 2;
  bottom: 4rem;
  position: absolute;
}
.inside-case .list li .nr .tit {
  color: #fff;
  font-weight: 700;
  height: 4rem;
  line-height: 4rem;
  font-size: 2.3rem;
  padding: 0 3.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-case .list li .pic {
  overflow: hidden;
  border-radius: 1.2rem;
  position: relative;
}
.inside-case .list li .pic img {
  transition: all 700ms linear;
  border-radius: 1.2rem;
  width:100%;
  height:100%;
  object-fit:cover;
}
.inside-case .list li .pic:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(15, 111, 123, 0.7) 60%);
}
.inside-case .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 102.66940452%;
}
@media (min-width: 1025px) {
  .inside-case .list li:hover .pic img {
    transform: scale(1.05);
  }
  .inside-case .list li:hover .nr .tit {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .inside-case {
    padding: 40px 0;
  }
  .inside-case .list li .nr {
    bottom: 20px;
  }
  .inside-case .list li .nr .tit {
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .inside-case .list li {
    width: 100%;
  }
}
.inside-case-show {
  padding: 8rem 0 10rem 0;
}
.inside-case-show .text {
  padding-bottom: 5rem;
  padding-top: 2rem;
  font-size: 1.8rem;
}
.inside-case-show .text p {
  padding-top: 2rem;
}
.inside-case-show .text strong {
  color: #333;
}
@media (max-width: 1024px) {
  .inside-case-show {
    padding: 40px 0;
  }
}
.inside-news-show {
  padding: 7rem 0;
}

.inside-news-show img{
	margin:0 auto;
	display:block;
}

.inside-news-show .title {
  color: #000;
  line-height: 5rem;
  font-size: 3.6rem;
  text-align: center;
}
.inside-news-show .info {
  margin-bottom: 4rem;
  margin-top: 3rem;
  padding: 1rem 0;
  border-bottom: solid 1px #e1e1e1;
  border-top: solid 1px #e1e1e1;
  font-size: 1.4rem;
  text-align: center;
}
.inside-news-show .info span {
  padding: 0 3rem;
  display: inline-block;
}
@media (max-width: 1024px) {
  .inside-news-show .title {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-news-show .info {
    font-size: 12px;
  }
  .inside-news-show .info span {
    padding: 0 5px;
  }
  .inside-news-show .fanhui {
    display: none;
  }
}
.inside-contact {
  position: relative;
  padding: 8rem 0;
}
.inside-contact .title {
  font-weight: 700;
  color: #333841;
  font-size: 4.2rem;
}
.inside-contact .title span {
  color: var(--main-color-2);
}
.inside-contact .text {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.inside-contact .text p {
  padding-top: 2rem;
}
.inside-contact .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.inside-contact .list li {
  margin-top: 4rem;
  padding: 0 2.5rem;
  width: 25%;
}
.inside-contact .list li .item {
  color: #333841;
  padding: 5.5rem 3rem;
  padding-bottom: 4rem;
  text-align: center;
  border-radius: 1rem;
  min-height: 100%;
  background: #e3f5f7;
  transition: all 500ms ease;
  border-bottom: solid 0.9rem #e3f5f7;
}
.inside-contact .list li .icon {
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  margin: 0 auto;
  background: var(--main-color-2);
}
.inside-contact .list li .tu img{
	max-height:11rem;
}
.inside-contact .list li .icon img {
  max-height: 6.2rem;
}
.inside-contact .list li .t1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3rem;
}

.inside-contact .list li .t2 {
  font-family: arial;
  padding-top: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
}
.inside-contact .list li .t2 span {
  font-size: 2rem;
}
.inside-contact .list li .t2 a {
  color: #333841;
}
.inside-contact .list li .t3 {
  color: #7b879a;
  font-size: 1.4rem;
  padding-top: 1.5rem;
}
.inside-contact .list li .t4 {
  font-size: 1.8rem;
  margin-top: 3rem;
}
@media (min-width: 1025px) {
  .inside-contact li:hover .icon {
    background: var(--main-color-2);
  }
  .inside-contact li:hover .item {
    border-color: var(--main-color);
  }
}
@media (max-width: 1024px) {
  .inside-contact {
    padding: 40px 0;
  }
  .inside-contact .title {
    font-size: 24px;
  }
  .inside-contact .text {
    display: none;
    font-size: 14px;
    line-height: 30px;
  }
  .inside-contact .list {
    padding-top: 20px;
  }
  .inside-contact .list ul {
    margin: 0 -10px;
  }
  .inside-contact .list li {
    padding: 0 10px;
    margin-top: 20px;
    width: 50%;
  }
  .inside-contact .list li .t2 {
    font-size: 16px;
  }
  .inside-contact .list li .t3 {
    font-size: 12px;
  }
  .inside-contact .list li .t4 {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .inside-contact .list li {
    width: 100%;
  }
}
.inside-message {
  padding: 8rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.inside-message .index-title {
  color: #fff;
  font-size: 4.2rem;
}
.inside-message .nr {
  background: #fff;
  margin-top: 4rem;
  padding: 6rem;
}
.inside-message .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.inside-message .list li {
  width: 25%;
  position: relative;
  padding: 0 1rem 1rem 1rem;
}
.inside-message .list .btn {
  display: flex;
  float: none;
  justify-content: space-between;
  width: 100%!important;
  padding-top: 3rem;
}
.inside-message .box {
  position: relative;
}
.inside-message .red {
  z-index: 9;
  left: 0rem;
  top: 1.8rem;
  color: #c70204;
  position: absolute;
}
.inside-message .red img {
  width: 100%;
  max-height: 2.1rem;
}
.inside-message .input-form,
.inside-message .textarea-form {
  border: none;
  color: #666;
  width: 100%;
  font-family: "寰蒋闆呴粦";
  vertical-align: middle;
  padding: 0 3rem;
  height: 5.5rem;
  line-height: 4.3rem;
  font-size: 1.6rem;
  transition: all 500ms ease;
  border-bottom: #ebebeb solid 1px;
}
.inside-message .input-form:focus,
.inside-message .textarea-form:focus {
  border-color: #ccc;
}
.inside-message .textarea-form {
  width: 100%;
  line-height: 3rem;
  padding-right: 9rem;
  height: 14rem;
  padding: 1rem 9rem 1rem 3rem;
}
.inside-message .textarea-form:focus {
  border-color: #ccc;
}
.inside-message .submit {
  color: #fff;
  width: 100%;
  transition: all 500ms ease;
  border-radius: 3rem;
  display: inline-block;
  width: 20rem;
  text-align: center;
  line-height: 5.5rem;
  height: 5.5rem;
  font-size: 1.6rem;
  background: var(--main-color);
  border: none;
}
.inside-message .submit:hover {
  background: var(--main-color);
}
.inside-message .verifyDiv {
  width: 30%;
}
@media (max-width: 1024px) {
  .inside-message {
    padding: 40px 0;
  }
  .inside-message .index-title {
    font-size: 20px!important;
  }
  .inside-message .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .inside-message .nr {
    padding: 30px;
    margin-top: 30px;
  }
  .inside-message .red {
    top: 14px;
    width: 20px;
  }
  .inside-message .red img {
    max-height: 20px;
  }
  .inside-message .input-form,
  .inside-message .textarea-form {
    font-size: 14px;
    padding-left: 30px;
    height: 50px;
    line-height: 49px;
  }
  .inside-message .textarea-form {
    height: 100px;
    line-height: 24px;
    padding-top: 10px;
    padding-right: 30px;
  }
  .inside-message .submit {
    font-size: 16px;
  }
  .inside-message .verifyDiv {
    width: 60%;
  }
  .inside-message .list .btn {
    display: block;
  }
}
@media (max-width: 1024px) {
  .inside-message .list li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .inside-message .verifyDiv {
    width: 100%;
    margin-top: 0;
  }
  .inside-message .submit {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
  }
  .inside-message .btn {
    display: block;
  }
}
.job {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.job .titleBig {
  text-align: center;
  font-weight: 700;
  font-size: 4.2rem;
  color: #000000;
}
.job .nr {
  margin-top: 5rem;
}
.job .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
}
.job .list li {
  width: 25%;
  padding: 0 2rem 4rem 2rem;
}
.job .list .box {
  transition: all 500ms ease;
  display: block;
  background: #e3f5f7;
  border-radius: 1rem;
  padding: 4rem 2.5rem;
  min-height: 100%;
}
.job .list .title {
  color: #000;
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
.job .list .info {
  color: #666666;
  font-size: 1.8rem;
}
.job .list .box:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  background: #fff;
}
.job .list .box:hover .title {
  color: var(--main-color);
}
@media screen and (max-width: 1024px) {
  .job {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .job .titleBig {
    font-size: 24px;
  }
  .job .nr {
    margin-top: 30px;
  }
  .job .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .job .list li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .job .list .box {
    padding: 20px;
  }
  .job .list .title {
    font-size: 20px;
  }
  .job .list .info {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .job .list .box {
    padding: 15px;
  }
  .job .list .title {
    font-size: 16px;
  }
  .job .list .info {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .job .list li {
    width: 100%;
  }
}
.job-show {
  background: #dcf2f5;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.job-show .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.job-show .aside {
  width: 25%;
  padding-left: 3rem;
}
.job-show .aside .titleBig {
  font-size: 2.4rem;
  color: #000;
  padding-left: 1.6rem;
  margin-bottom: 2rem;
  position: relative;
}
.job-show .aside .titleBig::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 2.4rem;
  border-radius: 0.3rem;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.job-show .aside .list li {
  padding-bottom: 1rem;
}
.job-show .aside .list li:last-child {
  padding-bottom: 0;
}
.job-show .aside .list li a {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  color: #666666;
}
.job-show .aside .list li a:hover {
  color: var(--main-color);
}
.job-show .aside .item {
  background-color: #fff;
  border-radius: 1rem;
  padding: 4rem 4rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  color: #666666;
  line-height: 2;
}
.job-show .aside .item:last-child {
  margin-bottom: 0;
}
.job-show .aside .div-1 {
  border-bottom: 1px #f4f4f4 solid;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.job-show .aside .p-1 {
  font-size: 1.8rem;
  color: #333333;
  margin-bottom: 1rem;
}
.job-show .asideC {
  position: sticky;
  top: 10rem;
}
.job-show .con {
  width: 75%;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2;
}
.job-show .con .hd {
  border-bottom: 1px #c2c4d2 solid;
  padding-bottom: 2.5rem;
  position: relative;
}
.job-show .con .hd .title {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #000000;
}
.job-show .con .hd .info {
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #8589a6;
}
.job-show .con .hd .sendBtn {
  position: absolute;
  top: 4rem;
  right: 0;
}
.job-show .con .sendBtn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  min-width: 20rem;
  line-height: 4.8rem;
  border-radius: 2.4rem;
  text-align: center;
  background: var(--main-color);
  color: #fff;
  font-size: 1.6rem;
  transition: all .5s;
}
.job-show .con .sendBtn .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 2rem;
}
.job-show .con .sendBtn:hover {
  opacity: .8;
}
.job-show .con .bd {
  padding-top: 3rem;
}
.job-show .con .bd p {
  margin-bottom: 1rem;
}
.job-show .con .bd p:last-child {
  margin-bottom: 0;
}
.job-show .con .bd .send {
  padding-top: 6rem;
  text-align: center;
}
.job-show .con .p-1 {
  font-size: 2.4rem;
  color: #000;
  padding-left: 1.6rem;
  margin-bottom: 2rem !important;
  position: relative;
}
.job-show .con .p-1::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 2.4rem;
  border-radius: 0.3rem;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.job-show .conC {
  background-color: #fff;
  border-radius: 1rem;
  padding: 4rem 4rem 8rem 4rem;
}
.job-show .part-1 {
  border-bottom: 1px #c2c4d2 solid;
  padding-bottom: 7rem;
  margin-bottom: 3rem;
}
.job-show .list-1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.job-show .list-1 li {
  width: 19%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.job-show .list-1 li:first-child {
  width: 24%;
}
.job-show .list-1 .title {
  color: #666666;
}
.job-show .list-1 .info {
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .job-show {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .job-show .aside {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .job-show .aside .titleBig {
    font-size: 18px;
    padding-left: 16px;
    margin-bottom: 15px;
  }
  .job-show .aside .titleBig::before {
    width: 3px;
    height: 20px;
    border-radius: 3px;
  }
  .job-show .aside .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .job-show .aside .list li {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .job-show .aside .list li:last-child {
    padding-bottom: 0;
  }
  .job-show .aside .list li a {
    font-size: 14px;
  }
  .job-show .aside .item {
    padding: 20px 20px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .job-show .aside .item:last-child {
    margin-bottom: 0;
  }
  .job-show .aside .p-1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .job-show .aside .div-1 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .job-show .con {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 2;
  }
  .job-show .con .hd {
    padding-bottom: 25px;
  }
  .job-show .con .hd .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .job-show .con .hd .info {
    font-size: 14px;
    line-height: 2;
  }
  .job-show .con .hd .sendBtn {
    top: 40px;
    right: 0;
    display: none;
  }
  .job-show .con .sendBtn {
    border-radius: 30px;
    padding: 0 20px;
    min-width: 140px;
    line-height: 40px;
    font-size: 14px;
  }
  .job-show .con .sendBtn .icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .job-show .con .bd {
    padding-top: 30px;
  }
  .job-show .con .bd p {
    margin-bottom: 10px;
  }
  .job-show .con .bd .send {
    padding-top: 20px;
  }
  .job-show .con .p-1 {
    font-size: 18px;
    padding-left: 16px;
    margin-bottom: 15px;
  }
  .job-show .con .p-1::before {
    width: 3px;
    height: 20px;
    border-radius: 3px;
  }
  .job-show .conC {
    padding: 20px 20px 40px 20px;
    border-radius: 5px;
  }
  .job-show .part-1 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .job-show .list-1 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .job-show .list-1 li {
    width: 100%!important;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.rczl {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-position: center top;
}
.rczl .titleBig {
  text-align: center;
  font-weight: 700;
  font-size: 4.2rem;
  color: #000000;
}
.rczl .titleBig span {
  color: var(--main-color);
}
.rczl .hd {
  text-align: center;
  color: #666666;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 8rem;
}
.rczl .videoDiv {
  position: relative;
}
.rczl .playBtn {
  cursor: pointer;
  width: 9rem;
  height: 9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rczl .playBtn img {
  width: 9rem;
  height: 9rem;
  transition: .5s;
}
.rczl .playBtn:hover img {
  transform: rotate(45deg);
}
.rczl .list li {
  padding-bottom: 10rem;
}
.rczl .list li:last-child {
  padding-bottom: 0;
}
.rczl .list .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
.rczl .list .pic {
  width: 50%;
}
.rczl .list .text {
  width: 50%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 10rem;
}
.rczl .list .title {
  font-size: 4.2rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 5rem;
}
.rczl .list .info {
  color: #444444;
  font-size: 1.8rem;
  line-height: 2;
}
.rczl .list p {
  margin-bottom: 1rem;
}
.rczl .list p:last-child {
  margin-bottom: 0;
}
.rczl .list .p-1 {
  padding-left: 2.5rem;
  position: relative;
}
.rczl .list .p-1::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 2px var(--main-color) solid;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.rczl .list li:nth-child(2n) .box {
  flex-direction: row;
}
.rczl .list li:nth-child(2n) .text {
  padding-left: 10rem;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .rczl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .rczl .titleBig {
    font-size: 24px;
  }
  .rczl .hd {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
  }
  .rczl .playBtn {
    width: 40px;
    height: 40px;
  }
  .rczl .playBtn img {
    width: 40px;
    height: 40px;
  }
  .rczl .list li {
    padding-bottom: 40px;
  }
  .rczl .list .box {
    flex-direction: row;
  }
  .rczl .list .pic {
    width: 100%;
  }
  .rczl .list .pic img {
    width: 100%;
    object-fit: cover;
  }
  .rczl .list .text {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .rczl .list .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .rczl .list .info {
    font-size: 14px;
    line-height: 2;
  }
  .rczl .list p {
    margin-bottom: 10px;
  }
  .rczl .list .p-1 {
    padding-left: 25px;
  }
  .rczl .list .p-1::before {
    width: 14px;
    height: 14px;
    border: 2px var(--main-color) solid;
    top: 6px;
  }
  .rczl .list li:nth-child(2n) .text {
    padding-left: 0;
    padding-right: 0;
  }
}
.joinUs {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-top: 15rem;
  padding-bottom: 15rem;
  font-size: 1.8rem;
  line-height: 2;
}
.joinUs a {
  color: #fff;
}
.joinUs .title {
  font-size: 4.6rem;
  line-height: 7rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
.joinUs .info-1 {
  text-align: center;
}
.joinUs .info-1 > div {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  flex-wrap: wrap;
}
.joinUs .info-1 .icon {
  display: inline-flex;
  margin-right: 1rem;
}
.joinUs .info-1 .icon svg {
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
  fill: #fff;
}
@media screen and (max-width: 1024px) {
  .joinUs {
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .joinUs .title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .joinUs .info-1 .icon {
    margin-right: 5px;
  }
  .joinUs .info-1 .icon svg {
    width: 20px;
    height: 20px;
  }
}
.inside-tag {
  margin-top: 5rem;
}
.inside-tag strong {
  color: #333;
}
.inside-tag a {
  color: #fff;
  font-size: 1.4rem;
  border-radius: 3rem;
  margin: 0 0.6rem;
  padding: 0 1rem;
  min-width: 14rem;
  display: inline-block;
  text-align: center;
  line-height: 3.8rem;
  background: var(--main-color);
}
.inside-tag a:hover {
  background: var(--main-color-2);
}
@media (max-width: 1024px) {
  .inside-tag strong {
    font-size: 16px;
  }
  .inside-tag a {
    font-size: 14px;
    min-width: auto;
    line-height: 30px;
  }
}
.inside-pagelist {
  margin-top: 4rem;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.inside-pagelist li {
  font-size: 1.8rem;
  height: 7rem;
  line-height: 6.9rem;
  border-top: solid 1px #e1e1e1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-pagelist li span {
  display: inline-block;
  position: relative;
}
.inside-pagelist li span:after {
  content: "";
  vertical-align: middle;
  margin: 0 20px;
  margin-bottom: 4px;
  display: inline-block;
  border-bottom: solid 6px #666666;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
}
.inside-pagelist li:first-child {
  border-top: none;
}
.inside-pagelist li:last-child span:after {
  border-bottom: 0;
  border-top: solid 6px #666666;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
}
@media (max-width: 1024px) {
  .inside-pagelist {
    margin-top: 40px;
  }
}
.fanhui {
  margin-top: 3rem;
  text-align: right;
}
.fanhui a {
  color: #222;
  line-height: 5rem;
  padding: 0 5rem;
  display: inline-block;
  background: #efefef;
  transition: all 500ms ease;
}
.fanhui a:hover {
  color: #fff;
  background: var(--main-color);
}
.inside-xg-news {
  padding-bottom: 9rem;
  padding-top: 0;
}
.inside-xg-news .index-title {
  font-size: 4.2rem;
  text-align: left;
  font-weight: 700;
}
.inside-xg-news ul {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
.inside-xg-news li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5rem;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .inside-xg-news {
    padding-bottom: 40px;
  }
  .inside-xg-news li .item {
    border-bottom: 0;
  }
}
.inside-map {
  padding: 6.5rem 0;
}
.inside-map li {
  padding: 1.5rem 0;
}
.inside-map li h3 {
  font-size: 1.8rem;
}
.inside-map li .drop {
  padding-top: 1.5rem;
}
.inside-map li .drop a {
  display: inline-block;
  padding-right: 1.5rem;
}
.inside-page {
  padding-top: 4rem;
  font-size: 1.4rem;
  text-align: center;
  font-family: arial;
}
.inside-page a {
  padding: 0 1.2rem;
  display: inline-block;
}
.inside-page a:hover {
  color: var(--main-color);
}
.inside-page a:first-child,
.inside-page a:last-child {
  font-family: "瀹嬩綋";
}
.inside-page .cur {
  color: var(--main-color);
}
@media (max-width: 1024px) {
  .inside-page {
    font-size: 14px;
  }
}
.returnTopBtn {
  right: 0;
  bottom: 12rem;
  position: absolute;
}
.returnTopBtn a {
  color: #fff;
  transition: all 500ms ease;
}
.returnTopBtn a:hover {
  text-decoration: underline;
}
.returnTopBtn img {
  margin-left: 1rem;
  max-height: 2.6rem;
}
.verifyDiv {
  width: 40%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 5rem;
  background-color: #f3f3f3;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 2rem 2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 5rem;
  line-height: 4.8rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #666;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 5rem;
  padding-left: 5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
@media (max-width: 1024px) {
  .verify {
    height: 50px;
  }
  .verify .fix-tips,
  .verify .verify-msg {
    font-size: 14px;
    line-height: 50px;
  }
  .verify .drag-btn {
    width: 50px;
    height: 50px;
  }
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 132rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #999;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  animation: fadeIn2 1.8s linear infinite;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  width: 15px!important;
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
    right: 20px!important;
    margin-right: 0px;
    position: absolute;
  }
}
.common-navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.common-navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: auto;
  right: -100%;
  transition: all .5s;
}
.common-navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 70px;
}
.common-navM.open .transparent {
  display: block;
}
.common-navM.open .closeBtn {
  display: block;
}
.common-navM.open .navMCon {
  right: 0;
}
.common-navM .mSearch {
  margin-top: 40px;
}
.common-navM .closeBtn {
  opacity: 1!important;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #666!important;
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 20px;
}
.common-navM .closeBtn:before,
.common-navM .closeBtn:after {
  content: "";
  display: block;
  background: #666;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.common-navM .closeBtn:before {
  width: 20px;
  height: 1px;
}
.common-navM .closeBtn:after {
  width: 1px;
  height: 20px;
}
.common-navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.common-navM .navMWrap > .list em {
  font-style: initial;
}
.common-navM .navMWrap > .list .title {
  padding: 10px 0 10px 10px;
  text-indent: 0;
  position: relative;
}
.common-navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
.common-navM .navMWrap > .list .title .icon:before,
.common-navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  transition: all .3s ease;
}
.common-navM .navMWrap > .list .title .icon:before {
  width: 10px;
  height: 10px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
.common-navM .navMWrap > .list .title em {
  font-style: initial;
}
.common-navM .navMWrap > .list .has .title .icon {
  display: block;
}
.common-navM .navMWrap > .list .active > .title .icon:before {
  transform: rotate(90deg);
}
.common-navM .navMWrap > .list > li > .title {
  font-size: 18px;
}
.common-navM .navMWrap > .list > li > .child > .list > li {
  text-indent: 24px;
  font-size: 16px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child {
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child .title {
  padding-left: 20px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title {
  padding-left: 20px;
  position: relative;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  top: 26px;
  left: 10px;
}
.common-navM .navMWrap > .list .tb {
  width: 20px;
  height: 20px;
  display: inline-flex;
  position: absolute;
  top: 7px;
  left: 0;
}
.common-navM .child {
  padding: 0 0 20px 0;
  display: none;
  position: relative;
}
.common-navM .child a {
  color: #666;
  display: block;
  line-height: 28px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.common-navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.common-navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.common-navM .mSearch .btn {
  width: 26px;
  height: 26px;
  font-size: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.common-navM .mSearch .btn .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.common-navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 40px 5px 15px;
  border-radius: 2px;
  font-size: 14px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.common-navM .other {
  padding: 10px;
}
.common-navM .read {
  padding-top: 10px;
  padding-bottom: 10px;
}
.common-navM .read .btn-1 {
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  background: linear-gradient(to right, #bf2d32, #a61f24);
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.common-navM .read .btn-1 .icon-1 {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.common-navM .read .btn-1 .icon-2 {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ffffff url(../images/arrow-right-1.png) no-repeat center center;
  background-size: 20px;
  margin-left: 20px;
}
.common-navM .list > li > .child > .list {
  padding-top: 20px;
}
.common-navM .list > li > .child > .list > li > .title {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.common-navM .list > li > .child > .list > li > .title::before {
  top: 18px!important;
}
.common-navM .languageBtn {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
}
.common-navM .languageBtn > div {
  width: auto;
}
.common-navM .languageBtn .col-2 {
  width: 50%;
}
.common-navM .languageBtn .col-3 {
  width: 33.33333333%;
}
.common-navM .languageBtn .col-4 {
  width: 25%;
}
.common-navM .languageBtn .col-5 {
  width: 20%;
}
.common-navM .languageBtn .col-6 {
  width: 16.66666667%;
}
.common-navM .languageBtn a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  border: 1px #eee solid;
  margin-right: -1px;
  margin-top: -1px;
  background: #fff;
}
.file-upload {
  position: relative;
}
.file-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-upload .custom-btn {
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.common-nav .listNav > li > .child.subnav{
	 background:#fff;
	 padding:3rem 0;
	 padding-bottom:0;
	 width:100%;
	 border-radius:1.5rem;
	 box-shadow:0 0 2rem rgba(0,0,0,0.1);
}
.common-nav .listNav .bt{
	padding:0 5rem;
	font-size:2rem;
	font-weight:700;
	color:#333;
	padding-bottom:1.5rem;
	border-bottom:solid 1px #eee;
}

.common-nav .listNav .list-3{
		display:flex;
		align-items:flex-start;
		justify-content:space-between;
}

.common-nav .listNav .list-3 .left{
	   padding:5rem;
	   width:70%;
	   display:flex;
	   justify-content:space-between;
}
.common-nav .listNav .list-3 .left dl{
	 width:33.333%;
}
.common-nav .listNav .list-3 .left dl dt{
	font-weight:700;
	padding-bottom:1.5rem;
}
.common-nav .listNav .list-3 .left dl dt a{
	 color:#333;
}
.common-nav .listNav .list-3 .left dl dd a{
	display:block;
	padding-top:1rem;
}
.common-nav .listNav .list-3 .left dl dd a:hover{
	 color:var(--main-color-2);
}
.common-nav .listNav .list-3 .right{
	width:30%;
	padding:4rem;
	padding-bottom:6rem;
	border-left:solid 1px #eee;
}

.common-nav .listNav .list-3 .right .tit{
	font-size:2.4rem;
	font-weight:700;
	color:#333;
}

.common-nav .listNav .list-3 .right .txt{
	 margin-top:1rem;
}
.common-nav .listNav .list-3 .right .more{
	margin-top:3rem;
}
.common-nav .listNav .list-3 .right .more a{
	 display:inline-block;
	 background:#fff;
	 color:#fff;
	 height:4rem;
	 line-height:4rem;
	 border-radius:3rem;
	 padding:0 1.5rem;
	 background: var(--main-color-2);
}
